home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 61 / Quick PC 61.iso / I386 / DRIVER.CAB / q810t517.ppd < prev    next >
Encoding:
PostScript Printer Description  |  2003-02-21  |  11.6 KB  |  345 lines

  1. *PPD-Adobe: "4.0"
  2. *% Adobe Systems PostScript(R) Printer Description File
  3. *% Copyright 1987-1992 Adobe Systems Incorporated. 
  4. *% All Rights Reserved. 
  5. *% Permission is granted for redistribution of this file as
  6. *% long as this copyright notice is intact and the contents
  7. *% of the file is not altered in any way from its original form.
  8. *% End of Copyright statement
  9. *FormatVersion: "4.0"
  10. *FileVersion: "2.1"
  11. *PCFileName: "Q810T517.PPD"
  12. *LanguageVersion: English
  13. *Product: "(QMS-PS 810 Turbo)"
  14. *PSVersion: "(51.7) 0"
  15. *ModelName: "QMS-PS 810 Turbo"
  16. *NickName: "QMS-PS 810 Turbo v. 51.7"
  17.  
  18. *% ADORequiresEExec added by Microsoft
  19. *ADORequiresEExec: True
  20.  
  21. *% General Information and Defaults ===============
  22. *FreeVM: "401966"
  23. *LanguageLevel: "1"
  24. *ColorDevice: False
  25. *DefaultColorSpace: Gray
  26. *VariablePaperSize: False
  27. *FileSystem: True
  28. *?FileSystem: "
  29. save
  30.   statusdict /diskonline get exec {(True)}{(False)} ifelse = flush
  31. restore
  32. "
  33. *End
  34. *Throughput: "8"
  35. *Password: "0"
  36. *ExitServer: "
  37.   count 0 eq {  % is the password on the stack?
  38.     true
  39.   }{
  40.     dup    % potential password
  41.     statusdict /checkpassword get exec not
  42.   } ifelse
  43.   {  %  if no password or not valid
  44.     (WARNING : Cannot perform the exitserver command.) =
  45.     (Password supplied is not valid.) =
  46.     (Please contact the author of this software.) = flush
  47.     quit
  48.   } if
  49.   serverdict /exitserver get exec
  50. "
  51. *End
  52. *Reset: "
  53.   count 0 eq {  % is the password on the stack?
  54.     true
  55.   }{
  56.     dup    % potential password
  57.     statusdict /checkpassword get exec not
  58.   } ifelse
  59.   {  %  if no password or not valid
  60.     (WARNING : Cannot reset printer.) =
  61.     (Password supplied is not valid.) =
  62.     (Please contact the author of this software.) = flush
  63.     quit
  64.   } if
  65.   serverdict /exitserver get exec
  66.   systemdict /quit get exec
  67.   (WARNING : Printer Reset Failed.) = flush
  68. "
  69. *End
  70.  
  71. *DefaultResolution: 300dpi
  72. *?Resolution: "
  73. save
  74.   initgraphics
  75.   0 0 moveto currentpoint matrix defaultmatrix transform
  76.   0 72 lineto currentpoint matrix defaultmatrix transform
  77.   3 -1 roll sub dup mul
  78.   3 1 roll exch sub dup mul
  79.   add sqrt round cvi
  80.   (          ) cvs print (dpi) = flush
  81. restore
  82. "
  83. *End
  84.  
  85. *% Halftone Information ===============
  86. *ScreenFreq: "60.0"
  87. *ScreenAngle: "45.0"
  88. *DefaultScreenProc: Dot
  89. *ScreenProc Dot: "
  90. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1
  91. sub }{dup mul exch dup mul add 1 exch sub }ifelse }
  92. "
  93. *End
  94. *ScreenProc Line: "{ pop }"
  95. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  96.  
  97. *DefaultTransfer: Null
  98. *Transfer Null: "{ }"
  99. *Transfer Null.Inverse: "{ 1 exch sub }"
  100.  
  101. *% Paper Handling ===================
  102. *OpenUI *PageSize: PickOne
  103. *OrderDependency: 30 AnySetup *PageSize
  104. *DefaultPageSize: Unknown
  105. *PageSize Letter: "statusdict /lettertray get exec"
  106. *PageSize Legal: "statusdict /legaltray get exec"
  107. *PageSize A4: "statusdict /a4tray get exec"
  108. *PageSize B5: "statusdict /b5tray get exec"
  109. *?PageSize: "
  110. save
  111. 4 dict
  112.   dup /letter (Letter) put
  113.   dup /legal (Legal) put
  114.   dup /a4 (A4) put
  115.   dup /b5 (B5) put
  116.   statusdict /papersize get exec
  117.   3 1 roll  {get} stopped {(Unknown)}if
  118.   exch  not { print (.Transverse) }if
  119.   = flush
  120. restore
  121. "
  122. *End
  123. *CloseUI: *PageSize
  124.  
  125. *% These entries will set up the frame buffer. Usually used with manual feed.
  126. *OpenUI *PageRegion: PickOne
  127. *OrderDependency: 40 AnySetup *PageRegion
  128. *DefaultPageRegion: Unknown
  129. *PageRegion Letter: "letter"
  130. *PageRegion Legal: "legal"
  131. *PageRegion A4: "a4"
  132. *PageRegion B5: "b5"
  133. *CloseUI: *PageRegion
  134.  
  135. *% The following entries provide information about specific paper keywords.
  136. *DefaultImageableArea: Unknown
  137. *ImageableArea Letter: "13 12 596 780 "
  138. *ImageableArea Legal: "13 10 596 1000 "
  139. *ImageableArea A4: "14 18 581 825 "
  140. *ImageableArea B5: "12 13 495 714 "
  141. *?ImageableArea: "
  142. save
  143.   /cvp {(                ) cvs print ( ) print } bind def
  144.   /upperright {10000 mul floor 10000 div} bind def
  145.   /lowerleft {10000 mul ceiling 10000 div} bind def
  146.   newpath clippath pathbbox
  147.   4 -2 roll exch 2 {lowerleft cvp} repeat
  148.   exch 2 {upperright cvp} repeat flush
  149.  restore
  150. "
  151. *End
  152.  
  153. *% These provide the physical dimensions of the paper (by keyword)
  154. *DefaultPaperDimension: Unknown
  155. *PaperDimension Letter: "612 792"
  156. *PaperDimension Legal: "612 1008"
  157. *PaperDimension A4: "595 842"
  158. *PaperDimension B5: "516 729"
  159.  
  160. *OpenUI *ManualFeed: Boolean
  161. *OrderDependency: 20 AnySetup *ManualFeed
  162. *DefaultManualFeed: False
  163. *ManualFeed True: "statusdict /manualfeed true put"
  164. *ManualFeed False: "statusdict /manualfeed false put"
  165. *?ManualFeed: "
  166. save
  167.   statusdict /manualfeed get {(True)}{(False)}ifelse = flush
  168. restore
  169. "
  170. *End
  171. *CloseUI: *ManualFeed
  172.  
  173. *DefaultOutputOrder: Normal
  174.  
  175. *RequiresPageRegion All: True
  176. *OpenUI *InputSlot: PickOne
  177. *OrderDependency: 20 AnySetup *InputSlot
  178. *DefaultInputSlot: Cassette
  179. *InputSlot Cassette: ""
  180. *CloseUI: *InputSlot
  181.  
  182. *% Font Information =====================
  183. *DefaultFont: Courier
  184. *Font AvantGarde-Book: Standard "(001.002)" Standard ROM
  185. *Font AvantGarde-BookOblique: Standard "(001.002)" Standard ROM
  186. *Font AvantGarde-Demi: Standard "(001.003)" Standard ROM
  187. *Font AvantGarde-DemiOblique: Standard "(001.003)" Standard ROM
  188. *Font Bookman-Demi: Standard "(001.001)" Standard ROM
  189. *Font Bookman-DemiItalic: Standard "(001.001)" Standard ROM
  190. *Font Bookman-Light: Standard "(001.001)" Standard ROM
  191. *Font Bookman-LightItalic: Standard "(001.001)" Standard ROM
  192. *Font Courier: Standard "(001.004)" Standard ROM
  193. *Font Courier-Bold: Standard "(001.004)" Standard ROM
  194. *Font Courier-BoldOblique: Standard "(001.004)" Standard ROM
  195. *Font Courier-Oblique: Standard "(001.004)" Standard ROM
  196. *Font Helvetica: Standard "(001.002)" Standard ROM
  197. *Font Helvetica-Bold: Standard "(001.002)" Standard ROM
  198. *Font Helvetica-BoldOblique: Standard "(001.002)" Standard ROM
  199. *Font Helvetica-Condensed: Standard "(001.001)" Standard ROM
  200. *Font Helvetica-Condensed-Bold: Standard "(001.002)" Standard ROM
  201. *Font Helvetica-Condensed-BoldObl: Standard "(001.002)" Standard ROM
  202. *Font Helvetica-Condensed-Oblique: Standard "(001.001)" Standard ROM
  203. *Font Helvetica-Narrow: Standard "(001.002)" Standard ROM
  204. *Font Helvetica-Narrow-Bold: Standard "(001.002)" Standard ROM
  205. *Font Helvetica-Narrow-BoldOblique: Standard "(001.002)" Standard ROM
  206. *Font Helvetica-Narrow-Oblique: Standard "(001.002)" Standard ROM
  207. *Font Helvetica-Oblique: Standard "(001.002)" Standard ROM
  208. *Font NewCenturySchlbk-Bold: Standard "(001.006)" Standard ROM
  209. *Font NewCenturySchlbk-BoldItalic: Standard "(001.004)" Standard ROM
  210. *Font NewCenturySchlbk-Italic: Standard "(001.003)" Standard ROM
  211. *Font NewCenturySchlbk-Roman: Standard "(001.004)" Standard ROM
  212. *Font Palatino-Bold: Standard "(001.002)" Standard ROM
  213. *Font Palatino-BoldItalic: Standard "(001.002)" Standard ROM
  214. *Font Palatino-Italic: Standard "(001.002)" Standard ROM
  215. *Font Palatino-Roman: Standard "(001.001)" Standard ROM
  216. *Font Symbol: Special "(001.003)" Special ROM
  217. *Font Times-Bold: Standard "(001.002)" Standard ROM
  218. *Font Times-BoldItalic: Standard "(001.004)" Standard ROM
  219. *Font Times-Italic: Standard "(001.002)" Standard ROM
  220. *Font Times-Roman: Standard "(001.002)" Standard ROM
  221. *Font ZapfChancery-MediumItalic: Standard "(001.003)" Standard ROM
  222. *Font ZapfDingbats: Special "(001.002)" Special ROM
  223. *?FontQuery: "
  224. save
  225.  /str 100 string dup 0 (fonts/) putinterval def
  226.  {
  227.    count 1 gt
  228.    {
  229.      exch dup str 6 94 getinterval cvs
  230.      (/) print dup print (:) print exch
  231.      FontDirectory exch known
  232.      { pop (Yes) }
  233.       {
  234.         length 6 add str 0 3 -1 roll getinterval
  235.         mark exch status
  236.        {cleartomark (Yes)}{cleartomark (No)} ifelse
  237.      } ifelse =
  238.    }
  239.    {exit} ifelse
  240.  }bind loop
  241.  (*) = flush
  242. restore
  243. "
  244. *End
  245.  
  246. *?FontList: "
  247. save
  248.  FontDirectory { pop == } bind forall flush
  249.  /filenameforall where
  250.  {
  251.    pop (fonts/*)
  252.     { dup length 6 sub 6 exch getinterval cvn == } bind
  253.    128 string filenameforall flush
  254.  } if
  255.  (*) = flush
  256. restore
  257. "
  258. *End
  259.  
  260. *% Printer Messages (verbatim from printer):
  261. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  262. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  263. *Message: "\FontName\ not found, using Courier"
  264.  
  265. *% Status (format: %%[ status: <one of these> ]%% )
  266. *Status: "idle"
  267. *Status: "busy"
  268. *Status: "waiting"
  269. *Status: "printing"
  270. *Status: "warming up"
  271. *Status: "PrinterError: upper unit open"
  272. *Status: "PrinterError: paper jam"
  273. *Status: "PrinterError: toner cartridge low"
  274. *Status: "PrinterError: laser diode or scanning mirror malfunction"
  275. *Status: "PrinterError: toner cartridge missing or incorrect"
  276. *Status: "PrinterError: scanner motor malfunction"
  277. *Status: "PrinterError: fixing temperature malfunction"
  278. *Status: "PrinterError: scanner motor, laser diode or scanning mirror malfunction"
  279. *Status: "PrinterError: service call"
  280.  
  281. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%%)
  282. *Source: "serial9"
  283. *Source: "serial25"
  284. *Source: "AppleTalk"
  285. *Source: "Centronics"
  286.  
  287. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  288. *PrinterError: "upper unit open"
  289. *PrinterError: "paper jam"
  290. *PrinterError: "toner cartridge low"
  291. *PrinterError: "laser diode or scanning mirror malfunction"
  292. *PrinterError: "toner cartridge missing or incorrect"
  293. *PrinterError: "scanner motor malfunction"
  294. *PrinterError: "fixing temperature malfunction"
  295. *PrinterError: "scanner motor, laser diode or scanning mirror malfunction"
  296. *PrinterError: "service call"
  297.  
  298. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  299.  
  300. *% Color Separation Information =====================
  301.  
  302. *DefaultColorSep: ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi
  303.  
  304. *InkName: ProcessBlack/Process Black
  305. *InkName: CustomColor/Custom Color
  306. *InkName: ProcessCyan/Process Cyan
  307. *InkName: ProcessMagenta/Process Magenta
  308. *InkName: ProcessYellow/Process Yellow
  309.  
  310. *%  For 60 lpi / 300 dpi  ===============================
  311.  
  312. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  313. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  314. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  315. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  316. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  317.  
  318. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  319. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  320. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  321. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  322. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  323.  
  324. *%  For 53 lpi / 300 dpi  ===============================
  325.  
  326. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  327. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  328. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  329. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  330. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  331.  
  332. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  333. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  334. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  335. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  336. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  337.  
  338. *% For "QMS-PS 810 Turbo" version 51.7
  339. *% Produced by "BuildPPD.ps" version 3.0 edit 58
  340. *% Converted to meet 4.0 specification
  341. *% Last Edit Date: Sep 15 1992
  342. *% The byte count of this file should be exactly 011481 or 011822
  343. *% depending on the filesystem it resides in.
  344. *% end of PPD file for QMS-PS 810 Turbo
  345.